'宣言 Public Overloads Function BinarySearch( _ ByVal item As KeyMap, _ ByVal comparer As System.Collections.Generic.IComparer(Of KeyMap) _ ) As System.Integer
'使用法 Dim instance As KeyMapStack Dim item As KeyMap Dim comparer As System.Collections.Generic.IComparer(Of KeyMap) Dim value As System.Integer value = instance.BinarySearch(item, comparer)
パラメータ
- item
- comparer